Skip to content

[webpack-localization-plugin] Fix circular reference in assetInfo.related #4937

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dmichon-msft
Copy link
Contributor

Summary

Fixes a bug that was causing emitting of webpack stats to encounter a stack overflow.

Details

The related property on the webpack AssetInfo objects must not be cyclic for the current version of the webpack stats emitter.

How it was tested

Used the modified version to emit webpack stats.

Impacted documentation

None.

@dmichon-msft dmichon-msft merged commit 7ed9ca9 into microsoft:main Sep 23, 2024
4 checks passed
@dmichon-msft dmichon-msft deleted the user/dmichon/webpack-loc-related-loop branch September 23, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

2 participants